@media only screen and (max-width: 640px) {
	.phone_nav img{
		max-width: 85%;
		margin-bottom: 15px;
	}
	.am-dropdown-content{
		min-width: 60px!important;
		width:75px!important;
		margin: 0;
	}
	.am-dropdown-content li{
		min-width: 60px!important;
		width: 75px!important;
	}
	.am-dropdown-content li a{
		font-size: 13px;
		text-align: center;
		padding: 5px !important;
	}
	
	.llx_productList ul li{
			width: 48%;
	}
	.llx_about{
		height: auto;
		background: #E07F21;
	}
	.llx_news{
		padding-top: 2rem;
	}
	.llx_gcList li{
		width: 98% !important;
	}
	.foot_nav ul li{
		width: 20%;
	}
	.foot_nav ul li a{
		font-size: .1em;
	}
	.pro_img li{
		width: 48%!important;
	}
	.news_list ul li>div{
		width: 100%!important;
	}
	.news_list ul li img{
		width: 100%!important;	
	}
	.phone_ewm{
		padding-top: 2rem!important;
		padding-bottom: 2rem;
	}
}